home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9119 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  886 b 

  1. Path: news.iscm.ulst.ac.uk!news
  2. From: shauna@iscm.ulst.ac.uk (Shaunna McClintock)
  3. Newsgroups: comp.lang.c
  4. Subject: Help : Problems with Arrays of Arrays
  5. Date: 8 Mar 1996 09:30:44 GMT
  6. Organization: Interactive System Centre
  7. Message-ID: <4houo4$o7@niaomi.iscm.ulst.ac.uk>
  8. NNTP-Posting-Host: shauna.iscm.ulst.ac.uk
  9. X-Newsreader: WinVN 0.91.6
  10.  
  11.  
  12. Hi,
  13.  
  14. I'm currently writing a program with a structure as follows:
  15.  
  16. Pop is a structure composing of an int and an array of Chrom
  17. Chrom is a structure composing of an int and an array of Gene
  18. Gene is a structure
  19.  
  20. I've problems in that if in Chrom.. Array of Gene > [3] and Array of 
  21. Chrom > [30]...the program hangs.. i really need much larger arrays... 
  22. i'm currently using borlandC on my PC. 
  23.  
  24. Do anyone have any ideas on how to solve this problem.. does C restrict 
  25. its use of arrays of arrays....
  26.  
  27. help.. any thoughts are appreciated
  28.  
  29. Shaunna
  30.